crypto/internal/fips140/mlkem.EncapsulationKey1024.encapsulate (method)

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L284: 	return ek.encapsulate(&cc)
		mlkem1024.go#L287: func (ek *EncapsulationKey1024) encapsulate(cc *[CiphertextSize1024]byte) (sharedKey, ciphertext []byte) {